home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 March / EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso / earcd / dtype / txtdtpch.lha / textdtpatch / textdtpatch.doc < prev    next >
Text File  |  1995-07-04  |  1KB  |  41 lines

  1. textdtpatch                                                        textdtpatch
  2.  
  3.     NAME
  4.         textdtpatch - patches the text.datatype to support search method
  5.  
  6.     TEMPLATE
  7.         none
  8.  
  9.     REQUIREMENT
  10.         reqtools.library V38, OS3.0 or higher
  11.  
  12.     FUNCTION
  13.         This program patches the text.datatype, so that the new one can
  14.         search for a string. The following key commands are supported :
  15.  
  16.         Return (STM_ACTIVATE_FIELD) - opens a reqtools requester to enter
  17.             the search string and searches for that if confirmed.
  18.  
  19.         Tab (STM_NEXT_FIELD) , '>' (STM_BROWSE_NEXT) searches for the next
  20.             occurrence of the string.
  21.  
  22.         Shift-Tab (STM_PREV_FIELD) , '<' (STM_BROWSE_PREV) searches for the
  23.             previous occurrence of the string.
  24.  
  25.     INSTALLATION
  26.         1. Copy textdtpatch to your c: or anywhere you like.
  27.         2. Add in your S:User-Startup following line:
  28.            run >nil: c:textdtpatch
  29.         3. To terminate textdtpatch send a break (Ctrl-C).
  30.  
  31.     SEE ALSO
  32.         text.datatype
  33.  
  34.     AUTHOR
  35.         Stefan Ruppert
  36.         Windthorststrasse 5
  37.         65439 Floersheim Main
  38.         GERMANY
  39.         EMail: ruppert@vs3.informatik.fh-wiesbaden.de
  40.  
  41.